home *** CD-ROM | disk | FTP | other *** search
/ SVM Mac 58 / CD-ROM N°58.iso / navigateurs / Netscape Folder / chrome / messengercompose / content / default / pref-formatting.xul < prev    next >
Encoding:
Extensible Markup Language  |  2000-04-19  |  2.5 KB  |  54 lines  |  [TEXT/MOSS]

  1. <?xml version="1.0"?> 
  2. <?xml-stylesheet href="chrome://pref/skin/pref.css" type="text/css"?>
  3.  
  4. <!DOCTYPE window SYSTEM "chrome://messengercompose/locale/pref-formatting.dtd">
  5.  
  6. <window xmlns:html="http://www.w3.org/TR/REC-html40"
  7.         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  8.         onload="if (parent.handle) parent.handle.onpageload('pref-formatting'); else parent.queuedTag='pref-formatting';"
  9.         align="vertical"
  10.         class="dialog">
  11.  
  12.     <box class="header" align="horizontal">
  13.         <html:div class="left-header-text">&pane.title;</html:div>
  14.         <spring flex="100%"/>
  15.         <html:div class="right-header-text">&pane.description;</html:div>
  16.     </box>
  17.  
  18.     <titledbox orient="vertical">
  19.         <html:div class="vertical-gap">&sendMail.label;</html:div>
  20.         <spring class="vgap"/>
  21.  
  22.         <html:div>
  23.             <html:input pref="true" preftype="int" prefstring="mail.default_html_action" prefindex="0" id="mail.default_html_action0" class="indent" name="recipients" type="radio"/>
  24.                <html:label for="mail.default_html_action0">&askMe.label;</html:label>
  25.             <html:br/>
  26.               <html:label for="mail.default_html_action0" class="indent-second-label">&askMe2.label;</html:label>
  27.         </html:div>
  28.  
  29.         <html:div>
  30.             <html:input pref="true" preftype="int" prefstring="mail.default_html_action" prefindex="1" id="mail.default_html_action1" class="indent" name="recipients" type="radio"/>
  31.             <html:label for="mail.default_html_action1">&convertPlain.label;</html:label>
  32.             <html:br/>
  33.             <html:label for="mail.default_html_action1" class="indent-second-label">&convertPlain2.label;</html:label>
  34.         </html:div>
  35.  
  36.         <html:div>
  37.             <html:input pref="true" preftype="int" prefstring="mail.default_html_action" prefindex="2" id="mail.default_html_action2" class="indent" name="recipients" type="radio"/>
  38.             <html:label for="mail.default_html_action2">&sendHTML.label;</html:label>
  39.             <html:br/>
  40.             <html:label for="mail.default_html_action2" class="indent-second-label">&sendHTML2.label;</html:label>
  41.         </html:div>
  42.  
  43.         <html:div>
  44.             <html:input pref="true" preftype="int" prefstring="mail.default_html_action" prefindex="3" id="mail.default_html_action3" class="indent" name="recipients" type="radio"/>
  45.             <html:label for="pref:3:int:mail.default_html_action3">&sendBoth.label;</html:label>
  46.             <html:br/>
  47.             <html:label for="mail.default_html_action3" class="indent-second-label">&sendBoth2.label;</html:label>
  48.         </html:div>
  49.  
  50.         <html:div class="vertical-gap">&override.label;</html:div>
  51.     </titledbox>
  52.  
  53. </window>
  54.